Northwoods.GoSilverlight 1.3.5 Assembly
RemoveNode Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : RemoveNode Method

nodedata
Remove a node data from NodesSource.

Syntax

Visual Basic (Declaration) 
Public Sub RemoveNode( _
   ByVal nodedata As NodeType _
) 
C# 
public void RemoveNode( 
   NodeType nodedata
)

Parameters

nodedata

Remarks

This also removes any links connected to this node. This just calls DeleteNode to actually perform the removal. This is an error if Modifiable is false.

Requirements

See Also

© 2012 All Rights Reserved.